Revision: arch--geisler--1.0--patch-21
Archive: geisler@ece.nwu.edu--src
Creator: Jonathan Geisler <geisler@ece.nwu.edu>
Date: Thu Feb 21 19:08:10 CST 2002
Standard-date: 2002-02-21
Summary: fix deadcode
Keywords: 
New-files: {arch}/arch/arch--geisler/arch--geisler--1.0/geisler@ece.nwu.edu--src/patch-log/patch-21
Modified-files: ChangeLog
  ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
  ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
  archive-transactions/import.sh
Modified-directories: =FAQS library library/PLUGIN library/PLUGIN/.arch-ids notify
  notify/PLUGIN notify/PLUGIN/.arch-ids
New-patches: geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-21

import had a section of code that could never be reached because exit
was called unconditionally before it.  I just moved the exit after the
call because it was an informative printout that shouldn't matter.  Not
tested, but almost guaranteed to work.
